home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: cs.vu.nl!jalten
- From: jalten@cs.vu.nl (Alten JP)
- Subject: Re: [Q]Borland C++ Command-Line Compile
- Nntp-Posting-Host: kits.cs.vu.nl
- References: <4bkuc7$1ji@nuscc.nus.sg>
- Sender: news@cs.vu.nl
- Organization: Fac. Wiskunde & Informatica, VU, Amsterdam
- Date: Wed, 3 Jan 1996 13:58:53 GMT
- X-Newsreader: TIN [version 1.2 PL2]
- Message-ID: <DKLyu6.ApF.0.-s@cs.vu.nl>
-
- Benedict CHNG (chngchi1@iscs.nus.sg) wrote:
- : After creating an application using the AppExpert in Borland C++ 4.5, I
- : compile my program using Build All but it takes more than 20 minutes on
- : my machine! I think all this is due to extensive swappings to my harddisk.
-
- : So I've decided to use the command-line compiler BCC.EXE but how do I do
- : it - I mean what are all the parameters that I'll have to key in?
-
- Create a makefile: Select Project|Create Makefile from the menu (
- or something similar)
-
- : Also, how come the generated code is so big (almost 1.5 Megs in size)?
-
- You're probably including debug information. Check the project options
- for the compiler and the linker.
-
- : Ben
-
- Have fun, or email me.
-
- Jelle Paul
-
- --
- +-------------------------------------------------------+
- | Jelle Paul Alten | jalten@cs.vu.nl |
- | Vrije Universiteit Amsterdam | |
- +-------------------------------------------------------+
-